home *** CD-ROM | disk | FTP | other *** search
- Path: sourcery.han.de!not-for-mail
- Newsgroups: comp.sys.amiga.programmer
- References: <19960217.7D84090.A425@mojaveg.ridgecrest.ca.us>
- From: "Olaf Barthel" <olsen@sourcery.han.de>
- Date: Mon, 19 Feb 1996 10:33:38 +0100
- X-NewsReader: IntuiNews 1.3a (7.9.95)
- Subject: Re: How adjust window borders?
- Message-ID: <13213637@sourcery.han.de>
-
- In Article <19960217.7D84090.A425@mojaveg.ridgecrest.ca.us>, Everett M. Greene <mojaveg@ridgecrest.ca.us> wrote:
- > I wish to be able to directly control the size of the window borders
- > for a window which has no border gadgets or text. The window opens
- > as desired but I would prefer to have all four borders a bit wider.
- > The implications in the RKM are that WA_InnerWidth and WA_InnerHeight
- > should have some effect on border widths, but trying these seems to
- > have no visible effect whatsoever. Any ideas?
-
- WA_InnerWidth and WA_InnerHeight just serve the purpose to deliver a Window
- with an interior area of specified width and height, regardless of how large
- the Window borders will turn out.
-
- > What are InnerWidth and InnerHeight supposed to do? The RKMs are
- > not very enlightening on this. [I notice that when selecting these
- > from GadToolsBox, nothing get inserted into the code, an implication
- > that InnerWidth and InnerHeight do nothing.]
-
- You use these two in place of the WA_Width and WA_Height tags which would
- give you a Window of the given size including the borders. This means, the
- Window interior will be smaller than you asked for.
-
- --
- Home: Olaf Barthel, Brabeckstrasse 35, D-30559 Hannover
- Net: olsen@sourcery.han.de
-